SortRowIndex Property (FlexGridBase<T>)
In This Topic
Gets or sets the index of row in the column header panel that shows and changes the current sort.
Syntax
'Declaration
<System.ComponentModel.DefaultValueAttribute("")>
Public Overridable Property SortRowIndex As System.Nullable(Of Integer)
'Usage
Dim instance As FlexGridBase(Of T)
Dim value As System.Nullable(Of Integer)
instance.SortRowIndex = value
value = instance.SortRowIndex
[System.ComponentModel.DefaultValue("")]
public virtual System.Nullable<int> SortRowIndex {get; set;}
public read-write property SortRowIndex: System.Nullable; virtual;
System.ComponentModel.DefaultValueAttribute("")
public function get,set SortRowIndex : System.Nullable
[System.ComponentModel.DefaultValue("")]
public: __property virtual System.Nullable<int> get_SortRowIndex();
public: __property virtual void set_SortRowIndex(
System.Nullable<int> value
);
[System.ComponentModel.DefaultValue("")]
public:
virtual property System.Nullable<int> SortRowIndex {
System.Nullable<int> get();
void set ( System.Nullable<int> value);
}
See Also